home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / diskutil / backup.arc / BACKUP.DOC next >
Encoding:
Text File  |  1987-01-24  |  1.8 KB  |  37 lines

  1. The following programs have been developed to help manage disks for
  2.  
  3. the Atari ST:
  4.  
  5.         DISKLIST.PRG - prepares a list of the contents and the space consumed
  6.  
  7.                        by each.  The list goes to the file "DISKLIST", and
  8.  
  9.                        for volumes "A:" and "B:" the user is prompted for
  10.  
  11.                        insertion of multiple volumes.
  12.  
  13.  
  14.  
  15.         BKUPSEL.TTP  - Prepares a shell script (for MT C-Shell) that will
  16.  
  17.                        back-up the selected volume into a library file for
  18.  
  19.                        ARC.PRG.  The shell script is written to the file
  20.  
  21.                        "THISBKUP.SH", and for each target backup file
  22.  
  23.                        selected, the following line is written:
  24.  
  25.                                C:\ETC\ARC U $1 filename
  26.  
  27.  
  28.  
  29.                        The "filename" is determined by comparing the file's
  30.  
  31.                        timestamp to either the 2nd & 3rd arguments for
  32.  
  33.                        BKUPSEL.PRG, or to the ascii characters contained in
  34.  
  35.                        the two-line file BKUPTIME.  At the completion of this
  36.  
  37.                        program's execution, the file NEWTIME is written with
  38.  
  39.                        the same format as BKUPTIME.
  40.  
  41.  
  42.  
  43.                        syntax: BKUPSEL.PRG path <dd/mm/yy> <hh:mm:ss>
  44.  
  45.  
  46.  
  47.         BACKUP.SH    - This is a simple shell script for MT C-Shell that will
  48.  
  49.                        back-up the contents of volume or subdirectory, using
  50.  
  51.                        the PD program ARC.TTP and BKUPSEL.TTP.
  52.  
  53.  
  54.  
  55.                        syntax: %BACKUP path library <dd/mm/yy> <hh:mm:ss>
  56.  
  57.  
  58.  
  59.  
  60.  
  61.     BACKUP.C     - The C source code for bkupsel.ttp
  62.  
  63.  
  64.  
  65. Enjoy, and send your donations to: R.Ritter
  66.  
  67.                                    10 Blueberry Dr.
  68.  
  69.                                    Agincourt, ON
  70.  
  71.                                    CANADA  M1S 3E9
  72.  
  73.